• File: fixedHeader.dataTables.css
  • Full Path: C:/htdocs/javascript/daatatables/FixedHeader-3.1.3/css/fixedHeader.dataTables.css
  • Date Modified: 04/30/2025 7:56 AM
  • File size: 337 bytes
  • MIME-type: text/plain
  • Charset: utf-8
table.fixedHeader-floating {
  position: fixed !important;
  background-color: white;
}

table.fixedHeader-floating.no-footer {
  border-bottom-width: 0;
}

table.fixedHeader-locked {
  position: absolute !important;
  background-color: white;
}

@media print {
  table.fixedHeader-floating {
    display: none;
  }
}